From: Colin Walters Date: Sat, 8 Jun 2002 22:44:00 +0000 (+0000) Subject: (describe-char-after): Require `descr-text' when there are text X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~56808 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=cdd22c18a6aef517024ae2c4e1180526fe1520be;p=emacs.git (describe-char-after): Require `descr-text' when there are text properties. --- diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el index 6c34c748954..2577e156080 100644 --- a/lisp/international/mule-diag.el +++ b/lisp/international/mule-diag.el @@ -661,6 +661,7 @@ which font is being used for displaying the character." "the meaning of the rule.\n"))) (when props (insert "\nText properties\n") + (require 'descr-text) (describe-text-properties props))))))